home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / challenge / 12.04-Apr96 / LifeTestCode DR3.sit / Life TestCode DR3 / PropagateLife.h < prev    next >
Text File  |  1996-03-27  |  121b  |  7 lines

  1. /*    PropagateLife.h    */
  2.  
  3. pascal long PropagateLife(
  4. BitMap    cells,
  5. long    numGenerations,
  6. short    birthrules,
  7. short    deathrules);